object AccountSearchForm: TAccountSearchForm Left = 298 Top = 224 Width = 397 Height = 205 HelpContext = 274 BorderStyle = bsSizeToolWin Caption = 'Find Accounts' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Microsoft Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FindButton: TTntButton Left = 233 Top = 152 Width = 75 Height = 23 Caption = '&Find' Default = True ModalResult = 1 TabOrder = 1 OnClick = FindButtonClick end object CancelButton: TTntButton Left = 311 Top = 152 Width = 75 Height = 23 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object FindBox: TTntGroupBox Left = 0 Top = 0 Width = 389 Height = 145 Align = alTop Caption = 'Find Accounts' TabOrder = 0 object DomainL: TTntLabel Left = 8 Top = 56 Width = 44 Height = 13 Caption = 'Domains:' end object FindUsrLab: TTntLabel Left = 8 Top = 16 Width = 43 Height = 13 Caption = 'Account:' end object AccountTypeL: TTntLabel Left = 8 Top = 98 Width = 66 Height = 13 Caption = 'Account type:' end object FindUserEdit: TTntEdit Left = 8 Top = 32 Width = 374 Height = 21 TabOrder = 0 end object FindDomainEdit: TTntEdit Left = 8 Top = 72 Width = 353 Height = 21 TabOrder = 1 end object AccountType: TTntComboBox Left = 8 Top = 114 Width = 374 Height = 21 Style = csDropDownList DropDownCount = 10 ItemHeight = 13 TabOrder = 3 Items.Strings = ( 'User' 'Group' 'Resource' 'Mailing List' 'List Server' 'Executable' 'Notification' 'Static Route' 'Catalog' 'Any' 'Remote Account') end object AUSelect: TTntButton Tag = 1 Left = 360 Top = 72 Width = 21 Height = 21 Caption = '...' TabOrder = 2 OnClick = AUSelectClick end end end